What are all the concurrent things [data structure, algorithm, locking mechanism] missing in .Net 3.

Posted by user49767 on Stack Overflow See other posts from Stack Overflow or by user49767
Published on 2010-04-04T13:17:47Z Indexed on 2010/04/04 13:23 UTC
Read the original article Hit count: 166

Filed under:
|
|
|
|

First time I am bit disappointed in StackOverflow cause my http://stackoverflow.com/questions/2571727/c-concurrency-vs-java-concurrency-which-is-neatly-designed-which-is-better question was closed.

My intension was just trying to gather knowledge from programming guru's who worked in both the programming technologies. Rather closing this question, please help me by discussing what is good, bad, and ugly in multi-threading part in both the platforms.

It is also welcome, if someone would like to compare with .Net 4.0 with JDK 6 (or JDK 7)

© Stack Overflow or respective owner

Related posts about multithreading

Related posts about concurrency